From b7e1d653dcfac01e723828957573c64d8907b224 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 3 Mar 2008 01:22:54 +0000 Subject: [PATCH] Use void instead of empty arguments. (#508760, Philip Van Hoof) 2008-03-02 Johan Dahlin * gtk/gtkitemfactory.h: Use void instead of empty arguments. (#508760, Philip Van Hoof) svn path=/trunk/; revision=19694 --- ChangeLog | 3 +++ gtk/gtkitemfactory.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8e06379a5..ddf3ff76c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-03-02 Johan Dahlin + * gtk/gtkitemfactory.h: Use void instead of empty arguments. + (#508760, Philip Van Hoof) + * gtk/gtkiconview.c (gtk_icon_view_paint_item): Remove left-over focus_pad variable. (#490892, Claudio Saavedra) diff --git a/gtk/gtkitemfactory.h b/gtk/gtkitemfactory.h index f0d1e4fcba..6f3c438b78 100644 --- a/gtk/gtkitemfactory.h +++ b/gtk/gtkitemfactory.h @@ -47,7 +47,7 @@ typedef void (*GtkPrintFunc) (gpointer func_data, * (Note that if we are included from a C++ program () will mean * (void) so an explicit cast will be needed.) */ -typedef void (*GtkItemFactoryCallback) (); +typedef void (*GtkItemFactoryCallback) (void); typedef void (*GtkItemFactoryCallback1) (gpointer callback_data, guint callback_action, GtkWidget *widget); -- 2.30.2